/* missing from some bootstrap templates (like JoomlArt) */

.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}

.row-fluid:after {
	clear: both;
}

/* Override BS2 form horizontal labels for details view when fabrik form module */
.fabrikDetails.fabrikIsMambot .form-horizontal .control-label {
	width: auto;
	text-align: left;
}

table	{background:white; width:100%; border:1px solid black; float:center; cellpadding:1px;}	
tr		{border:1px solid black; float:center; width:100%; text-align:left;}	
th		{border:1px solid black; text-align:left;}
td		{border:1px solid black; text-align:left;}
a, p, i	{font-size:11px; float:center; text-align:left;}


#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: 100% !important;
}


div.polaroid {
  width: 94%;
  height:94%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 18px 0 rgba(0, 0, 0, 0.19);
  margin-top: 7px;
  margin-bottom: 18px;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}